* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
*::selection {
    /*background: rgba(0,0,0,0); /* Safari */
}
*::-moz-selection {
    /*background: rgba(0,0,0,0); /* Firefox */
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html, body {}

body {
    font-size: 16px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    ;
    min-width: 1200px;
    color: #000;
}
body.show {
    opacity: 1;
}
a {
    outline: none;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
h6 {
    font-weight: 300;
}
h6 a {
    text-decoration: underline;
}
h6 a:hover {
    text-decoration: none !important;
}
.clear {
    clear: both;
    height: 0;
    width: 0;
    position: relative;
    float: none;
}
input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
input[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
}
form .orderSubmit {
    display: block;
}
.modal_background {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000;
    opacity: .9;
    -moz-filter: alpha(opacity=0.9);
    -webkit-filter: alpha(opacity=0.9);
    filter: alpha(opacity=0.9);
    z-index: 9000;
    display: none;
}
.modal_background_frame {
    margin-left: -moz-calc((100% - 825px) / 2) !important;
    margin-left: -webkit-calc((100% - 825px) / 2) !important;
    margin-left: calc((100% - 825px) / 2) !important;
    width: 825px;
    height: 360px;
    background: #fff;
    position: fixed;
    z-index: 10000;
    display: none;
    text-align: center;
    padding: 25px 20px;
}
.modal_background_frame .modal_h1 {
    font-size: 27px;
    font-weight: bold;
    margin-top: 55px;
}
.modal_background_frame .modal_h2 {
    font-size: 16px;
    position: relative;
}
.modal_background_frame .modal_exit {
    width: 27px;
    height: 27px;
    background: url(../img/close2.jpg);
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: .7;
    background-size: cover;
}
.modal_background_frame .modal_exit:hover {
    opacity: 1;
}
.modal_background_frame form {
    margin: auto;
    width: 620px;
    margin-top: 20px;
    position: relative;
}
.modal_background_frame h6 {
    position: relative;
    font-size: 12px;
    margin: auto;
    font-weight: normal;
    width: 420px;
    margin-top: 8px;
}
.modal_background_frame h6 a {
    color: #000;
}
.modal_background_frame input {
    width: 300px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    float: left;
}
.modal_background_frame input.clientPhone {
    border: 1px solid #000;
    padding: 17px 0;
}
.modal_background_frame button {
    width: 300px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    float: left;
}
.modal_background_frame button.clientPhone {
    border: 1px solid #000;
    padding: 17px 0;
}
.modal_background_frame .orderSubmit {
    padding: 16px 0;
    margin: auto;
    margin-left: 10px;
}
.clientPhone.error {
    -webkit-animation: error ease-in-out .4s 3;
    animation: error ease-in-out .4s 3;
}
form h6 {
    margin-top: 8px;
}
@-webkit-keyframes error {
    0% {
        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 0, 0, 1);
        box-shadow: inset 0px 0px 10px 0px rgba(255, 0, 0, 1);
    }
    100% {
        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 0, 0, 0);
        box-shadow: inset 0px 0px 10px 0px rgba(255, 0, 0, 0);
    }
}
@keyframes error {
    0% {
        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 0, 0, 1);
        box-shadow: inset 0px 0px 10px 0px rgba(255, 0, 0, 1);
    }
    100% {
        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 0, 0, 0);
        box-shadow: inset 0px 0px 10px 0px rgba(255, 0, 0, 0);
    }
}
.btncolor {
    border: 0;
    -webkit-transition: -webkit-box-shadow .1s, -webkit-transform .1s;
    transition: -webkit-box-shadow .1s, -webkit-transform .1s;
    transition: box-shadow .1s, transform .1s;
    transition: all .3s, box-shadow .1s, transform .1s, -webkit-box-shadow .1s, -webkit-transform .1s;
    background: #ffc000;
    -webkit-box-shadow: 0 0px 0 0 #4e2709, 0 1px 0 0 rgba(54, 38, 5, 0.29), 0 2px 8px 0 rgba(45, 7, 7, 0.3);
    box-shadow: 0 0px 0 0 #4e2709, 0 1px 0 0 rgba(54, 38, 5, 0.29), 0 2px 8px 0 rgba(45, 7, 7, 0.3);
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    background: #ffc000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff09e', endColorstr='#e8b704', GradientType=0);
    outline: none;
    border-bottom: 2px solid #c8b31c;
}
.btncolor:active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: 0 0px 0 0 #ebb16f, 0 -1px 0 0 #c89a6d, 0 0px 2px 0 rgba(102, 55, 0, .4);
    box-shadow: 0 0px 0 0 #ebb16f, 0 -1px 0 0 #c89a6d, 0 0px 2px 0 rgba(102, 55, 0, .4);
}

.btncolor:disabled {
    -moz-filter: grayscale(80%);
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}
/* start */
.wrap {
    width: 1200px;
    margin: auto;
    position: relative;
    padding: 0 20px;
    height: 100%;
    /*width:1200px;*/
}
#checkboxmodalbm {
    display: none;
}
#checkboxmodallablebm {
    border: 0;
    width: 28px;
    height: 24px;
    background: url(../img/checkboxred.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    top: 6px;
    position: relative;
    z-index: 50;
}
#checkboxmodalbm:checked+#checkboxmodallablebm {
    width: 28px;
    height: 24px;
    background: url(../img/checkboxgreen.png) no-repeat center;
    background-size: contain;
}
.allContent {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
}
.allContent.fixed {
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    -moz-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: .8;
    border: 1px solid #bebebe;
}

.checkboxmodallable {
    border: 1px solid #6b6b6b;
    border-radius: 3px;
    width: 13px;
    height: 13px;
    background: url(../img/checkboxgreen.png) no-repeat center;
    background-size: cover;
    background-position: bottom;
    cursor: pointer;
    display: inline-block;
    top: 2px;
    position: relative;
    z-index: 50;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.checkboxmodallable.active {
    width: 13px;
    height: 13px;
    background: url(../img/checkboxgreen.png) no-repeat center;
    background-size: cover;
    background-position: top;
}
.checkboxmodallable.white {
    background: url(../img/checkboxgreen1.png) no-repeat center;
    background-size: cover;
    background-position: bottom;
    border: 1px solid #a7a7a7;
}
.checkboxmodallable.white.active {
    background: url(../img/checkboxgreen1.png) no-repeat center;
    background-size: cover;
    background-position: top;
}



.block1 {
    width: 100%;
    height: 891px;
    background: url(../img/block1back.jpg) no-repeat center;
    background-size: cover;
}
.logo {
    float: left;
    line-height: 1;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
    position: relative;
    text-align: left;
}
.logo b {
    font-size: 35px;
    color: #30b4d5;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.logo p {
    font-size: 15px;
    color: #000;
    font-weight: 100;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
header {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
header nav {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
}
header nav ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #000;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    margin-right: 28px;
    margin-top: 45px;
}
header nav ul li:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}
header nav ul li:last-of-type {
    margin-right: 0;
}
header .phoneHd {
    font-size: 24px;
    font-weight: 300;
    float: right;
    text-align: right;
    z-index: 100;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: -10px;
}
header .phoneHd .orRecall {
    font-size: 14px;
    color: #30b4d5;
    border-bottom: 1px dotted;
    cursor: pointer;
    width: 160px;
    float: right;
}
.phoneHd a {
    display: block;
    margin-left: 20px 
}
.fixMenu.show {
    background: #fff;
    height: 70px;
    -webkit-box-shadow: 0px -2px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -2px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -2px 19px 0px rgba(0, 0, 0, 0.75);
}
.fixMenu.show .logo {
    margin-top: 12px;
}
.fixMenu.show .logo b {
    font-size: 28px;
}
.fixMenu.show .logo p {
    font-size: 14px;
}
.fixMenu.show .phoneHd {
    font-size: 20px;
    margin-top: -8px !important;
}
.fixMenu.show nav ul li {
    font-size: 14px;
    margin-top: 27px;
}
.block1 h1 {
    font-size: 46px;
    font-weight: 700;
    color: #1a1915;
    padding-top: 235px;
    text-transform: uppercase;
    padding-left: 50px;
    position: relative;
    z-index: 20;
}
.block1 h2 {
    font-size: 32px;
    font-weight: 600;
    color: #30b4d5;
    text-transform: uppercase;
    padding-left: 50px;
    position: relative;
    z-index: 20;
}
.block1 .gorod {
    color: #000;
    font-size: 22px;
    font-weight: normal;
}
.block1 h2 p {
    color: #1a1915;
    text-transform: none;
    font-weight: 300;
}
.blk1border {
    background: url(../img/block1border.png) no-repeat center;
    width: 352px;
    height: 342px;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 170px;
}
.blk1bulls {
    margin-top: 130px;
}
.blk1bulls ul li {
    display: block;
    margin-right: 30px;
    list-style-type: none;
    text-align: center;
    width: 165px;
    float: left;
}
.blk1bulls ul li img {
    display: inline-block;
    margin-bottom: 10px;
}
.blk1bulls ul li b {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: block;
    text-align: center;
}
.blk1bulls ul li p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
}
.blk1Form {
    position: absolute;
    left: 170px;
    bottom: -50px;
    background: #fff;
    padding: 35px 60px;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.75);
    display: none;
    -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.75);
}
.blk1FormHd {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 25px;
}
.blk1Form .clientPhone, .blk1Form .orderSubmit {
    text-align: center;
    display: inline-block;
}
.blk1Form .clientPhone {
    width: 320px;
    border: none;
    height: 45px;
    font-size: 17px;
    border: 1px solid #898989;
    border-radius: 5px;
}
.blk1Form .orderSubmit {
    font-size: 17px;
    font-weight: 300;
    width: 320px;
    margin-left: 10px;
    padding: 11px 0;
    top: -2px;
    position: relative;
}
#checkboxmodalbm1 {
    display: none;
}
#checkboxmodallablebm1 {
    border: 0;
    width: 28px;
    height: 24px;
    background: url(../img/checkboxred.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    top: 6px;
    position: relative;
    z-index: 50;
}
#checkboxmodalbm1:checked+#checkboxmodallablebm1 {
    width: 28px;
    height: 24px;
    background: url(../img/checkboxgreen.png) no-repeat center;
    background-size: contain;
}
.blk1Form h6 {
    font-weight: 300;
    font-size: 13px;
    margin-top: 5px;
}
.blk1Form h6 a {
    text-decoration: underline;
}
.blk1Form form {
    text-align: center;
}
.block2 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 75px;
    background: #f8f8f8;
    background: #fff;
}
.fancybox-slide>* {
    max-width: 1200px;
}
.blk2Hd {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 45px;
}
.blk2Info {
    width: 980px;
    margin: auto;
    height: 518px;
    position: relative;
    background: #fff;
}
.blk2InfoLeft {
    width: 580px;
    background: #fff;
    float: left;
    height: 100%;
    padding-left: 40px;
    padding-top: 50px;
}
.blk2InfoRight {
    width: 400px;
    background: #30b4d5;
    float: right;
    height: 100%;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 300;
    color: #fff;
}
.blk2Info ul li {
    list-style-type: none;
    height: 109px;
    position: relative;
}
.blk2InfoLeft img {
    width: 37px;
    display: block;
    margin-right: 25px;
    float: left;
}
.blk2InfoLeft ul li b {
    font-size: 20px;
    font-weight: 700;
}
.blk2InfoLeft ul li p {
    font-size: 17px;
    font-weight: 300;
}
.blk2Info .blText {
    display: block;
    float: left;
    width: 450px;
}
.block2 .arrow {
    position: absolute;
    width: 60px;
    height: 31px;
    top: 0;
    right: -15px;
    background: url(../img/block2/arrow.png) no-repeat center;
    background-size: contain;
}
.blk2InfoRight ul li b {
    font-size: 30px;
    display: block;
    float: left;
    font-weight: 300;
    margin-right: 20px;
}
.blk2InfoRight ul li p {
    font-size: 20px;
    display: block;
    float: left;
    width: 265px;
}
.blk2Info:after {
    background: url(../img/blockshadow.png) no-repeat center;
    background-size: cover;
    width: 980px;
    height: 50px;
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
}
.block3 {
    width: 100%;
    color: #fff;
}
.block3 .vid {
    height: 255px;
    width: 25%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    float: left;
    background: #bebebe;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 30px;
    overflow: hidden;
    color: #fff;
}
.block3 .vid:first-of-type {
    background: #fff;
    padding: 30px 50px;
}
.block3 .vid:first-of-type b {
    font-size: 45px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}
.fonmat, .fonsat, .fonglan, .fondescor, .foncerrut, .fonclips, .fonpar, .fonsky, .fonurov, .fontree, .fonfoto, .fonapply {
    position: absolute;
    background: rgba(51, 179, 212, 0.4);
    display: inline-block;
    height: 255px;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0
}
/*.block3 .vid:first-of-type p{font-size:21px;font-weight:300;color:#000;margin-top:10px;}*/
/*.block3 .vid:first-of-type:before{width:100%;height:100%;position:absolute;border:10px solid #30cbd5;content:'';left:0;top:0;}*/
.block3 .vid img.img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block3 .vid:hover img.img {
    min-width: 120%;
    min-height: 120%;
    left: -10%;
    top: -10%;
}
.block3 .vid .vidInfoHd {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
}
.block3 .vid .vidInfoHd:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
}
.block3 .vid .vidInfo {
    position: relative;
    z-index: 50;
    width: 315px;
}
.block3 .vid .vidInfo p {
    font-size: 14px;
    font-weight: 300;
}
.block3 .vid .btncolor {
    width: 215px;
    padding: 8px 0;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 50;
    color: #000;
    left: 30px;
}
.block3 .blk8Hd {
    color: #000;
}
.block4 {
    width: 100%;
    height: auto;
    padding-top: 55px;
    padding-bottom: 60px;
    background: #f8f8f8;
    color: #212020;
}
.block4 .calcback {
    position: relative;
    width: 644px;
    height: 744px;
    background: url(../img/block4/calcback.png) no-repeat center;
    background-size: contain;
    float: left;
    margin-top: 35px;
}
.calClick {
    float: right;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
    width: 475px;
    position: relative;
}
.calcHd {
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}
.calcHd b {
    font-size: 30px;
    font-weight: 700;
}
.calClick .line {
    margin-top: 20px;
    margin-bottom: 25px;
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    position: relative;
}
.calClick .inLine {
    width: 180px;
    height: 6px;
    background: #d0d0d0;
    position: absolute;
    top: -2px;
    left: 0;
}
.calcFilHd {
    font-size: 17px;
    padding-bottom: 15px;
}
.calClick select {
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
    position: relative;
    background: url(../img/block4/selarrow.jpg) no-repeat right;
    overflow: hidden;
    cursor: pointer;
}
.calClick select::-ms-expand {
    display: none;
}
select.sel100 {
    width: 100%;
    padding: 10px 12px;
}
.leftFilt {
    float: left;
    width: 188px;
}
.rightFilt {
    float: right;
    width: 188px;
}
.calClickTop {
    padding: 30px;
    background: #fff;
}
.calClickBottom {
    padding: 10px;
    background: #edebea;
}
#sqSlider {
    cursor: pointer;
}
#sqSlider .ui-slider-range {
    background: #30cbd5;
}
#sqSlider .ui-slider-handle {
    border-color: #fff;
    background: #30cbd5;
    outline: none;
    cursor: pointer;
    width: 8px;
    height: 23px;
}
.block4 .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -9px;
}
.block4 .ui-slider-horizontal {
    height: 10px;
    margin-bottom: 10px;
}
.sqPlHd {
    position: relative;
    margin-top: 10px;
}
.newSq {
    position: absolute;
    right: 0;
    top: -5px;
}
.newSq input {
    width: 50px;
    padding: 5px 0;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
}
.calClickBottom .priceHd {
    font-size: 24px;
    text-align: left;
}
.calClickBottom .priceHd b {
    font-size: 28px;
}
.calClickBottom .priceHd p {
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    position: relative;
}
.calClickTop form {
    width: 100%;
}
.calClickTop .clientPhone, .calClickTop .orderSubmit {
    width: 400px;
    float: none;
    text-align: center;
}
.calClickTop .clientPhone {
    height: 40px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}
.calClickTop .orderSubmit {
    padding: 7px 0;
    font-size: 20px;
    margin-top: 10px;
}
.calClickTop h6 {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.8;
    margin-top: 5px;
}
#checkboxmodalbm2 {
    display: none;
}
#checkboxmodallablebm2 {
    border: 0;
    width: 28px;
    height: 24px;
    background: url(../img/checkboxred.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    top: 6px;
    position: relative;
    z-index: 50;
}
#checkboxmodalbm2:checked+#checkboxmodallablebm2 {
    width: 28px;
    height: 24px;
    background: url(../img/checkboxgreen.png) no-repeat center;
    background-size: contain;
}
.block4pen {
    background: url(../img/block4/block4pen.png) no-repeat center;
    background-size: contain;
    width: 132px;
    height: 205px;
    position: absolute;
    left: -132px;
    top: 310px;
}
.block4pencil {
    background: url(../img/block4/block4pencil.png) no-repeat center;
    background-size: contain;
    width: 157px;
    height: 192px;
    position: absolute;
    left: -140px;
    top: 375px;
}
.block4clips {
    background: url(../img/block4/block4clips.png) no-repeat center;
    background-size: contain;
    width: 67px;
    height: 69px;
    position: absolute;
    left: -90px;
    top: 505px;
}
.block5 {
    width: 100%;
    height: 550px;
    overflow-x: hidden;
    background: url(../img/block5/block5back.jpg) no-repeat center;
    background-size: cover;
}
.blk5Hd {
    font-size: 82px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: .9;
    margin-top: 34px;
    padding-left: 0px;
    position: relative;
    color: #33b3d4;
}
.big40 {
    font-size: 178px;
}
.blk5Hd p {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    text-transform: none;
    line-height: 1.4;
}
.blk5Left {
    float: left;
    width: 570px;
}
.blk5Right {
    float: left;
    width: 1px;
    height: 100%;
    position: relative;
}
.block5 .text {
    font-size: 22px;
    font-weight: 300;
    color: #585656;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 20px;
    line-height: 1.5;
}
.block5 .btncolor {
    width: 260px;
    padding: 12px 0;
}
.block6 {
    width: 100%;
    height: auto;
    padding-bottom: 95px;
    background: #f8f8f8;
    background: #fff;
}
.blk6Hd {
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    padding: 50px 0;
}
.blk6Tab ul {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 40px;
    padding-left: 115px;
}
.blk6Tab ul li {
    display: block;
    margin-right: 50px;
    cursor: pointer;
    height: 27px;
    position: relative;
    float: left;
}
.blk6Tab ul:after {
    display: block;
    content: '';
    clear: both;
    width: 100%;
    height: 0;
}
.blk6Tab ul li:last-of-type {
    margin-right: 0;
}
.blk6Tab ul li .tabImg {
    display: block;
    float: left;
}
.tabImg1 {
    width: 22px;
    height: 26px;
    background: url(../img/block6/tab1.png) no-repeat center;
    background-position-y: top;
}
.tabImg2 {
    width: 35px;
    height: 26px;
    background: url(../img/block6/tab2.png) no-repeat center;
    background-position-y: top;
}
.tabImg3 {
    width: 33px;
    height: 18px;
    background: url(../img/block6/tab3.png) no-repeat center;
    background-position-y: top;
}
.tabImg4 {
    width: 33px;
    height: 24px;
    background: url(../img/block6/tab4.png) no-repeat center;
    background-position-y: top;
}
.tabImg5 {
    width: 25px;
    height: 27px;
    background: url(../img/block6/tab5.png) no-repeat center;
    background-position-y: top;
}
.tabImg6 {
    width: 24px;
    height: 25px;
    background: url(../img/block6/tab6.png) no-repeat center;
    background-position-y: top;
}
.tabImg.active {
    background-position-y: bottom !important;
}
.tabImg.active:before {
    content: '';
    background: url(../img/block6/tabarrow.png) no-repeat center;
    width: 11px;
    height: 12px;
    position: absolute;
    left: -moz-calc(50% - 6px);
    left: -webkit-calc(50% - 6px);
    left: calc(50% - 6px);
    bottom: -29px;
}
.blk6Tab ul li span {
    display: block;
    font-size: 17px;
    color: #646464;
    text-transform: uppercase;
    border-bottom: 1px dotted;
    margin-left: 10px;
    position: relative;
    top: 2px;
    float: left;
}
.blk6Tab ul li.active span {
    color: #000;
    border-bottom: none;
}
.workSlider {
    width: 918px;
    margin: auto;
}
.workSlider .workSld {
    outline: none;
}
.workSlider .sldHd {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 50;
    min-height: 42px;
}
.workSlider .sldHd p {
    font-size: 16px;
    font-weight: 300;
    color: #646464;
}
.sldBigImg {
    width: 100%;
    margin-bottom: 17px;
    position: relative;
    text-align: center;
}
.sldBigImg img {
    width: 900px;
    margin: auto;
    position: relative;
    z-index: 50;
}
.sldMinImgs {
    text-align: center;
    position: relative;
    z-index: 50;
}
.sldMinImgs .sldminImg {
    width: 122px;
    height: 90px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
    user-select: auto;
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
}
.sldBigImg:after {
    position: absolute;
    content: '';
    width: 918px;
    height: 37px;
    bottom: -9px;
    background: url(../img/block6/bigimgbottom.jpg) no-repeat center;
    background-size: contain;
    left: 0;
    z-index: 20;
}
.sldBigImg:before {
    position: absolute;
    content: '';
    width: 918px;
    height: 37px;
    top: -9px;
    background: url(../img/block6/bigimgtop.jpg) no-repeat center;
    background-size: contain;
    left: 0;
    z-index: 20;
}
.sldMinImgs .sldminImg:last-of-type {
    margin-right: 0;
}
.sldMinImgs .sldminImg.active {
    border: 2px solid #97bbc2;
}
.workSlider .slick-prev {
    width: 35px;
    height: 24px;
    background: url(../img/block6/left.png) no-repeat center;
    background-size: contain;
    top: 29px;
    left: 110px;
}
.workSlider .slick-next {
    width: 35px;
    height: 24px;
    background: url(../img/block6/right.png) no-repeat center;
    background-size: contain;
    top: 29px;
    right: 110px;
}
.block7 {
    background: url(../img/block7/block7back.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 400px;
    color: #fff;
}
.block7Hand {
    width: 300px;
    height: 433px;
    background: url(../img/block7/block7hand.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 25px;
    bottom: 0;
}
.blk7Hd {
    font-size: 45px;
    font-weight: 500;
    padding-top: 70px;
    padding-bottom: 30px;
    line-height: 1;
}
.blk7Hd p {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
}
.blk7padding {
    padding-left: 80px;
}
#checkboxmodalbm3 {
    display: none;
}
#checkboxmodallablebm3 {
    border: 0;
    width: 28px;
    height: 24px;
    background: url(../img/checkboxred1.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    top: 6px;
    position: relative;
    z-index: 50;
}
#checkboxmodalbm3:checked+#checkboxmodallablebm3 {
    width: 28px;
    height: 24px;
    background: url(../img/checkboxgreen1.png) no-repeat center;
    background-size: contain;
}
.block7 .clientPhone {
    width: 400px;
    margin-right: 10px;
    height: 50px;
    border: 1px solid #a4a4a4;
    text-align: center;
    border-radius: 5px;
    float: left;
    font-size: 19px;
}
.block7 .orderSubmit {
    width: 275px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    float: left;
    font-size: 19px;
    padding: 12px 0;
}
.block7 h6 {
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
}
.block7 h6 a {
    color: #fff;
    text-decoration: underline;
}
.block8 {
    width: 100%;
    padding-bottom: 80px;
}
.blk8Hd {
    font-size: 45px;
    font-weight: 500;
    padding: 45px 0;
    text-align: center;
}
.otzKlWr {
    width: 100%;
    padding: 85px 0;
    border-right: 15px solid #30cbd5;
    position: relative;
}
.otzKlWr:before {
    width: 951px;
    height: 48px;
    content: '';
    background: url(../img/block8/bordertop.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
.otzKlWr:after {
    width: 951px;
    height: 48px;
    content: '';
    background: url(../img/block8/borderbottom.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}
.otz8Slider {
    width: 100%;
}
.block8 .otzSlide {
    width: 100%;
    padding-right: 20px;
    outline: none;
}
.pokazOtziv {
    width: 495px;
    height: 312px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.pokazOtzivPrew {
    float: left;
    width: 97px;
}
.pokazOtzivPrew img {
    margin-bottom: 12px;
    width: 100%;
    cursor: pointer;
}
.pokazOtzivPrew {
    margin-right: 30px;
}
.pokazPhotos {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.pokazPhotos img {
    width: 100%;
}
.pokazOtziv .iframe {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 495px;
    height: 312px;
}
.pokazOtziv .iframe:before {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../img/you.png) no-repeat center;
    background-position: bottom;
    content: '';
    left: 220px;
    top: 150px;
}
.pokazOtziv .iframe:hover:before {
    background-position: top;
}
.pokazOtziv .iframe img {
    width: 100%;
}
.pokazPhotos.active {
    z-index: 500;
    opacity: 1;
}
.iframe.active {
    z-index: 500;
    opacity: 1;
}
.pokHd {
    font-size: 17px;
    font-weight: 300;
    color: #9b9b9b;
}
.pokHd b {
    font-size: 17px;
    font-weight: 700;
    color: #000;
}
.pokHd a {
    color: #4872a3;
    display: block;
    display: none;
}
.pokazText {
    width: 490px;
    float: left;
}
.pokazText p {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    padding-top: 25px;
}
.otz8Slider .slick-prev {
    width: 70px;
    height: 48px;
    bottom: -126px;
    top: auto;
    left: auto;
    right: 180px;
    background: url(../img/block8/left.png) no-repeat center;
    background-size: contain;
    z-index: 50;
}
.otz8Slider .slick-next {
    width: 70px;
    right: 75px;
    bottom: -126px;
    top: auto;
    height: 48px;
    background: url(../img/block8/right.png) no-repeat center;
    background-size: contain;
    z-index: 50;
}
.block9 {
    width: 100%;
    height: 694px;
    background: url(../img/block9back.jpg) no-repeat center;
    background-size: cover;
    color: #000000;
    margin-bottom: 50px;
}
.blk9Hd {
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    padding-top: 65px;
    padding-bottom: 40px;
}
.blk9Hd p {
    font-size: 74px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.block9 ul li {
    list-style-type: none;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}
.block9 p span {
    font-size: 36px;
    color: #fff;
    display: block;
}
.block9 ul {
    padding-bottom: 50px;
}
.block9 ul li span {
    display: inline-block;
    font-size: 29px;
    margin-right: 15px;
}
.block9 ul li span:nth-of-type(1) {
    font-size: 22px;
    width: 60px;
    font-weight: 700;
    text-align: right;
    position: relative;
}
.block9 ul li span:nth-of-type(1):before {
    width: 59px;
    height: 59px;
    background: url(../img/tvtab.png) no-repeat center;
    position: absolute;
    left: 0;
    top: -37px;
    content: '';
}
.block9 .btncolor {
    width: 255px;
    padding: 12px 0;
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
    color: #000;
}
.block10 {
    width: 100%;
    height: 345px;
    background: url(../img/block10back.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: right;
}
.block10Hd {
    font-size: 45px;
    font-weight: 500;
    padding-right: 100px;
    padding-top: 60px;
    padding-bottom: 30px;
}
.block10Hd p {
    font-weight: 100;
    font-size: 35px;
}
.block10 .clientPhone {
    width: 400px;
    margin-right: 10px;
    height: 50px;
    border: 1px solid #a4a4a4;
    text-align: center;
    border-radius: 5px;
    float: right;
    font-size: 19px;
}
.block10 .orderSubmit {
    width: 275px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    float: right;
    font-size: 19px;
    padding: 12px 0;
}
#checkboxmodalbm4 {
    display: none;
}
#checkboxmodallablebm4 {
    border: 0;
    width: 28px;
    height: 24px;
    background: url(../img/checkboxred1.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    top: 6px;
    position: relative;
    z-index: 50;
}
#checkboxmodalbm4:checked+#checkboxmodallablebm4 {
    width: 28px;
    height: 24px;
    background: url(../img/checkboxgreen1.png) no-repeat center;
    background-size: contain;
}
.block10 h6 {
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
}
.block10 h6 a {
    color: #fff;
    text-decoration: underline;
}
.block10 form {
    width: 740px;
    display: inline-block;
    margin-right: 100px;
}
.block11 {
    height: 530px;
    width: 100%;
    background: #e8e5e2;
}
.block11 .contInfo {
    width: 50%;
    float: left;
    height: 100%;
}
.block11 .contMap {
    width: 50%;
    float: left;
    height: 100%;
    background: url(../img/mapback.jpg) no-repeat center;
    background-size: cover;
}
.contWrap {
    width: 570px;
    float: right;
}
.contHd {
    padding-top: 50px;
    font-size: 40px;
    font-weight: 500;
}
.block11 .contHd p {
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 0;
}
.contLine {
    width: 525px;
    height: 1px;
    background: #898785;
    margin: 22px 0;
    position: relative;
}
.contLine:before {
    background: #30cbd5;
    position: absolute;
    width: 125px;
    height: 10px;
    left: 0;
    top: -4px;
    content: '';
}
.block11 p {
    font-size: 22px;
    padding-bottom: 20px;
}
.block11 p.pName {
    padding-bottom: 5px;
    font-weight: 100;
}
footer {
    background: #323230;
    color: #fff;
    width: 100%;
    height: 100px;
    text-align: center;
}
footer .logo b, footer .logo p {
    color: #fff;
}
footer .btncolor {
    width: 275px;
    display: inline-block;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-top: 30px;
}
footer .logo {
    margin-top: 27px;
}
.decimaLogo {
    float: right;
    width: 140px;
    height: 25px;
    background: url(../img/decimalogo.png);
    margin-top: 46px;
    position: relative;
}
.decimaLogo span {
    position: absolute;
    top: -16px;
    left: 6px;
    font-size: 10px;
    color: #fff;
    font-weight: 100;
}
.calcInfoForm {
    display: none;
}
.spots {
    position: absolute;
    width: 1129px;
    height: 171px;
    background: url(../img/spots.png) no-repeat center;
    background-size: 100%;
    top: 81px;
    left: 50px;
}
.block9_5 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.block9_5Hd {
    font-size: 45px;
    font-weight: 500;
    padding-bottom: 50px;
    text-align: center;
}
.serts {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 30px;
    position: relative;
    z-index: 100;
}
.sert {
    width: 251px;
    display: block;
    float: left;
    cursor: pointer;
    margin-left: 195px;
    height: 354px;
    overflow: hidden;
    margin-top: 50px;
    opacity: 0;
}
.sert:nth-of-type(2) {
    margin-left: 123px;
}
.sert:nth-of-type(3) {
    margin-left: 112px;
}
.sert img {
    width: 100%;
    v
}
.sertBorder {
    border: 7px solid #30cbd5;
    position: absolute;
    width: 730px;
    height: 380px;
    top: 95px;
    left: 235px;
    z-index: 50;
}
.sert a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.sert a:before {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sert a:after {
    background: url(../img/block9_5/zoom.png) no-repeat center;
    width: 79px;
    height: 79px;
    position: absolute;
    content: '';
    z-index: 50;
    left: 75px;
    top: 105px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sert:hover a:after {
    opacity: 1;
}
.sert:hover a:before {
    opacity: 1;
}
.calcback .clcBkHatching {
    position: absolute;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.calcback .Hatc1 {
    width: 223px;
    height: 273px;
    background: url(../img/block4/border/1.png) no-repeat center;
    left: 132px;
    top: 88px;
}
.calcback .Hatc2 {
    width: 142px;
    height: 243px;
    background: url(../img/block4/border/2.png) no-repeat center;
    left: 362px;
    top: 129px;
}
.calcback .Hatc3 {
    width: 136px;
    height: 93px;
    background: url(../img/block4/border/3.png) no-repeat center;
    left: 364px;
    top: 371px;
}
.calcback .Hatc4 {
    width: 129px;
    height: 98px;
    background: url(../img/block4/border/4.png) no-repeat center;
    left: 231px;
    top: 366px;
}
.calcback .Hatc5 {
    width: 125px;
    height: 100px;
    background: url(../img/block4/border/5.png) no-repeat center;
    left: 105px;
    top: 364px;
}
.calcback .Hatc6 {
    width: 67px;
    height: 46px;
    background: url(../img/block4/border/6.png) no-repeat center;
    left: 34px;
    top: 417px;
}
.calcback .Hatc7 {
    width: 90px;
    height: 105px;
    background: url(../img/block4/border/7.png) no-repeat center;
    left: 12px;
    top: 309px;
}
.calcback .Hatc8 {
    width: 121px;
    height: 194px;
    background: url(../img/block4/border/8.png) no-repeat center;
    left: 66px;
    top: 88px;
}
.calcback .Hatc9 {
    width: 171px;
    height: 41px;
    background: url(../img/block4/border/9.png) no-repeat center;
    left: 66px;
    top: 28px;
}
.calcback .Hatc1Num {
    cursor: default;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    left: 240px;
    top: 210px;
    text-align: center;
    border: 2px solid #30cbd5;
    font-weight: 700;
    font-size: 15px;
    padding-top: 19px;
    padding-left: 5px;
}
.calcback .Hatc1Num:before {
    position: absolute;
    width: 69px;
    height: 11px;
    background: url(../img/block4/border/circle.png) no-repeat center;
    content: '';
    left: -6px;
    top: -6px;
}
.calcback .Hatc1Num:after {
    position: absolute;
    width: 69px;
    height: 11px;
    background: url(../img/block4/border/circle.png) no-repeat center;
    content: '';
    left: -6px;
    bottom: -6px;
    -ms-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.calcback .clcBkHatching.show {
    opacity: 1;
}
.newSert {
    background: url(../img/block9_5/allsest.png) no-repeat center;
    background-size: contain;
    width: 1434px;
    height: 522px;
    position: relative;
    left: -100px;
}
.starsSky.show * {
    color: #000 !important;
}
header.starsSky.show nav ul li {
    border-bottom: 1px solid #000 !important;
}

.modalPictureFrame {
    display: none;
}
.modal_background_frame.pictureModal {
    padding-left: 430px;
    text-align: left;
}
.modal_background_frame.pictureModal form {
    width: 440px;
    margin: 0;
}
.modal_background_frame.pictureModal h6 {
    width: 330px;
    margin: 0;
    margin-top: 8px;
}
.modal_background_frame.pictureModal .modal_h1 {
    margin-top: 10px;
}
.modal_background_frame.pictureModal .modal_h2 {
    margin-bottom: 10px;
}
.modal_background_frame.pictureModal .orderSubmit {
    margin-left: 0;
    margin-top: 10px;
}
.modal_background_frame.pictureModal .modalPictureFrame {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    height: 100%;
    background-size: cover !important;
}
.points4 {
    background: #f8f8f8;
    padding-bottom: 60px;
    overflow: hidden;
}
.allPoints4 {
    width: 100%;
    height: 430px;
    position: relative;
}
.onePoint4 {
    width: 230px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}
.points4Img {
    width: 230px;
    height: 290px;
    background: #000;
    overflow: hidden;
    float: left;
    position: relative;
}
.onePoint4:nth-of-type(1) {
    left: 0px;
}
.onePoint4:nth-of-type(2) {
    left: 305px;
}
.onePoint4:nth-of-type(3) {
    left: 610px;
}
.onePoint4:nth-of-type(4) {
    left: 915px;
}
.onePoint4.active1:nth-of-type(1) {
    left: 0px;
}
.onePoint4.active1:nth-of-type(2) {
    left: 1200px;
}
.onePoint4.active1:nth-of-type(3) {
    left: 1505px;
}
.onePoint4.active1:nth-of-type(4) {
    left: 1810px;
}
.onePoint4.active2:nth-of-type(1) {
    left: -305px;
}
.onePoint4.active2:nth-of-type(2) {
    left: 0px;
}
.onePoint4.active2:nth-of-type(3) {
    left: 1200px;
}
.onePoint4.active2:nth-of-type(4) {
    left: 1505px;
}
.onePoint4.active3:nth-of-type(1) {
    left: -610px;
}
.onePoint4.active3:nth-of-type(2) {
    left: -305px;
}
.onePoint4.active3:nth-of-type(3) {
    left: 0px;
}
.onePoint4.active3:nth-of-type(4) {
    left: 1200px;
}
.onePoint4.active4:nth-of-type(1) {
    left: -915px;
}
.onePoint4.active4:nth-of-type(2) {
    left: -610px;
}
.onePoint4.active4:nth-of-type(3) {
    left: -305px;
}
.onePoint4.active4:nth-of-type(4) {
    left: 0px;
}
.onePoint4.active {
    width: 100%;
    background: #fff;
    padding: 12px;
    top: -12px;
    cursor: default;
}
.onePoint4Hd {
    font-size: 20px;
    font-weight: 700;
    color: #028aad;
    margin-top: 10px;
    margin-bottom: 10px;
}
.onePoint4Opis {
    font-size: 18px;
    font-weight: 300;
    width: 220px;
}
.onePoint4HdBig {
    color: #028aad;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
.onePoint4Text ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 70px;
}
.onePoint4Text ul li p {
    font-size: 18px;
    color: #000;
    display: inline-block;
}
.onePoint4Text ul li img {
    margin-right: 5px;
}
.onePoint4Text ul {
    margin-bottom: 45px;
}
.onePoint4Form {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.onePoint4Form:after {
    width: 33px;
    height: 35px;
    background: url(../img/block4_4/arrow.png) no-repeat center;
    background-size: contain;
    content: '';
    right: -38px;
    top: 5px;
    position: absolute;
}
.onePoint4:nth-of-type(2) .onePoint4Text ul li {
    margin-right: 40px;
}
.onePoint4:nth-of-type(3) .onePoint4Text ul li {
    margin-right: 50px;
}
.onePoint4:nth-of-type(4) .onePoint4Text ul li {
    margin-right: 20px;
}
.onePoint4:nth-of-type(4) .onePoint4Text ul li img {
    margin-right: 0;
}
.onePoint4.active:nth-of-type(4) .onePoint4Text {
    width: 900px;
    padding-left: 20px;
}
.onePoint4.active .onePoint4Opis {
    display: none;
}
.onePoint4Text {
    width: 890px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition: 0.3s;
    -o-transition-delay: 0.3s;
    transition: .3s;
    transition-delay: 0.3s;
    opacity: 0;
}
.onePoint4.active .onePoint4Text {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 300;
    width: 890px;
    height: 290px;
    opacity: 1;
    padding-left: 40px;
}
.onePoint4.active .onePoint4Hd {
    margin-top: 0;
    display: none;
}
.onePoint4 .clientPhone {
    float: left;
    display: block;
    width: 320px;
    height: 46px;
    border: 1px solid #898989;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.onePoint4 .orderSubmit {
    float: left;
    display: block;
    width: 230px;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 300;
}
.pordBtn {
    color: #62a9c1;
    border-bottom: 1px dotted;
    float: left;
}
.onePoint4:hover .pordBtn {
    border-color: #f8f8f8;
}
.closeap4 {
    position: absolute;
    width: 13px;
    height: 14px;
    background: url(../img/closenew.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
}
.onePoint4.active .closeap4 {
    opacity: 1;
}
.onePoint4 .points4Img:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.onePoint4:hover .points4Img:before {
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
}
.onePoint4.active .points4Img:before {
    display: none;
}
.onePoint4 .points4Img:after {
    width: 44px;
    height: 44px;
    position: absolute;
    content: '';
    background: url(../img/block4_4/info.png) no-repeat center;
    background-size: contain;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 50;
    left: 95px;
    top: 120px;
}
.onePoint4:hover .points4Img:after {
    opacity: 1;
}
.onePoint4.active .points4Img:after {
    display: none;
}
.block2iBulls {
    text-align: center;
    margin-top: 50px;
}
.block2iBull {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 80px;
}
.block2iBullImg {
    display: block;
    width: 125px;
    height: 125px;
    background: #000;
    border-radius: 50%;
    margin: auto;
}
.block2iBull b {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
}
.block2iBull p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 5px;
}
.block2iBull:nth-of-type(2) {
    margin-left: 120px;
    margin-right: 120px;
}

.block2iBull:nth-of-type(5) {
    margin-left: 170px;
    margin-right: 140px;
}
.block2iBull img {
    height: 142px;
}
.block3Modal {
    padding: 20px;
    position: fixed;
    max-width: 1160px;
    width: 100%;
    height: 560px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 800;
    left: -moz-calc(50% - 580px);
    left: -webkit-calc(50% - 580px);
    left: calc(50% - 580px);
    top: -moz-calc(50% - 280px);
    top: -webkit-calc(50% - 580px);
    top: calc(50% - 280px);
    top: -8000px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.block3ModalBack {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 750;
    top: 0;
    left: 0;
    top: -8000px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.block3close {
    position: absolute;
    width: 31px;
    height: 33px;
    background: url(../img/block3close.png) no-repeat center;
    background-size: contain;
    right: -33px;
    top: -35px;
    cursor: pointer;
}
.block3Modal.active {
    opacity: 1;
    top: -moz-calc(50% - 280px);
    top: -webkit-calc(50% - 580px);
    top: calc(50% - 280px);
}
.block3ModalBack.active {
    top: 0;
    opacity: .8;
}
.block3 .fotorama {
    width: 590px;
    float: left;
    height: 100%;
    position: relative;
    margin-right: 12px;
}
.blk3ModInfo {
    float: left;
    width: 515px;
}
.blk3ModInfoHd {
    font-size: 42px;
    font-weight: 700;
    color: #000;
}
.blk3ModInfoText {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    max-width: 480px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 30px;
}
.pricetime img {
    float: left;
    margin-right: 10px;
}
.pricetimeInfo {
    float: left;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1;
    margin-right: 40px;
}
.pricetimeInfo b {
    font-size: 42px;
    font-weight: 700;
}
.pricetimeInfo span {
    font-size: 22px;
    font-weight: 700;
}
.pricetime {
    margin-bottom: 30px;
}
.blk3ModInfo form {
    width: 100%;
    padding: 10px;
    background: #f1f1f1;
}
.block3 .vid .blk3ModInfo .btncolor {
    width: 195px;
    float: left;
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 16px;
    padding: 17px 0;
    margin-left: 10px;
}
.block3 .vid .blk3ModInfo .clientPhone {
    float: left;
    height: 55px;
    width: 270px;
    border: 1px solid #7f7f7f;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}
.blk3ModInfo form h6 {
    color: #000;
}
.blk3ModInfo form .formHd {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.blk3ModInfo form .formHd2 {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.priceHdDivide1 {
    padding-left: 95px;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
}
.priceHdDivide2 {
    padding-left: 95px;
    font-size: 20px;
    margin-bottom: 15px;
}
.priceHdDivide1 span {
    font-weight: 700;
}
.priceHdDivide2 span {
    font-weight: 700;
}
.calClickBottomMin {
    border: 1px dashed #d2c2b8;
    padding: 20px;
    padding-right: 10px;
}
.priceHdDivide1:before {
    background: url(../img/mozhno.png) no-repeat center;
    background-size: contain;
    width: 105px;
    height: 83px;
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
}
.block6 .fotorama {
    width: 100%;
}

.leftFilt, .rightFilt {
    display: none;
}
.calcFilHd {
    padding-bottom: 20px;
}
.blk1form2 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    z-index: 50;
    right: 0;
    top: 163px;
    background: rgba(12, 153, 188, .85);
    width: 285px;
    border-radius: 8px;
}
.blk1form2 .clientPhone {
    position: relative;
    z-index: 20;
    width: 245px;
    border-radius: 4px;
    text-align: center;
    border: none;
    font-size: 14px;
    padding: 16px 0;
    margin: auto;
    margin-bottom: 8px;
    display: block;
}
.blk1form2 .orderSubmit {
    position: relative;
    z-index: 20;
    width: 245px;
    border-radius: 4px;
    text-align: center;
    border: none;
    font-size: 14px;
    padding: 16px 0;
    margin: auto;
}
.blk1form2 h6 {
    position: relative;
    z-index: 20;
    text-align: center;
    max-width: 245px;
    margin: auto;
    margin-top: 8px;
    color: #fff;
}
.blk1form2 h6 a {
    color: #fff;
}
.blk1form2Hd {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
}
.blk1form2Hd2 {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
}
.blk1form2:before {
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    left: 6px;
    top: 6px;
    border-radius: 8px;
    border: 1px solid #fff;
    content: '';
    position: absolute;
    height: -webkit-calc(100% - 12px);
    height: -moz-calc(100% - 12px);
    height: calc(100% - 12px);
    opacity: .3;
}
#sqSlider .ui-slider-handle {
    width: 23px;
    border-radius: 50%;
}
#sqSlider:before {
    width: 420px;
    height: 32px;
    left: 2px;
    top: -5px;
    position: absolute;
    content: '';
    background: url(../img/sliderlines.png) no-repeat center;
    background-size: contain;
}
.priceHdDivide1, .priceHdDivide2 {
    display: none;
}
.calClickBottom .priceHd {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
.calClickBottom .priceHd b {
    color: #373737;
    font-size: 24px;
    font-size: 38px;
    font-weight: 700;
    /*text-decoration:line-through;*/
}
.calClickBottom .priceHd p {
    display: inline-block;
    display: none;
    font-size: 38px;
    font-weight: 700;
    position: relative;
}
.calClickBottom .priceHd p:before {
    width: 83px;
    height: 70px;
    position: absolute;
    background: url(../img/skidka40.png) no-repeat center;
    background-size: contain;
    content: '';
    right: -70px;
    top: -35px;
}
.formHdCalc {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}
.formHdCalc2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: center;
}
.calClickTop .clientPhone {
    height: 55px;
}
.calClickTop .orderSubmit {
    padding: 16px 0;
}
.calClick .line {
    display: none;
}
.calcHd {
    margin-bottom: 20px;
}
.calClick #vidPotolka {
    width: 212px;
    display: inline-block;
    float: right;
    top: -9px;
    position: absolute;
    right: 0;
}
.calClickBottom {
    padding: 0;
}
.calClickBottomMin {
    border: none;
    padding-bottom: 15px;
}
.calClickTop2 {
    padding-top: 10px;
}
.calcFilHd {
    position: relative;
}
.calcFilHd:after {
    display: block;
    content: '';
    position: relative;
    clear: both;
}
.pricetimeInfo p {
    display: inline-block;
    position: relative;
}
.pricetimeInfo p:nth-of-type(1):before {
    background: #000;
    left: -10%;
    bottom: 9px;
    position: absolute;
    width: 110%;
    height: 2px;
    content: '';
}
.pricetimeInfo p:nth-of-type(1) b {
    font-size: 23px;
    font-weight: 300;
}
.pricetimeInfo p:nth-of-type(1) span {
    font-size: 14px;
    font-weight: 300;
}
.pricetimeInfo p:nth-of-type(2) b {
    font-size: 36px;
    font-weight: 700;
}
.pricetimeInfo p:nth-of-type(2) span {
    font-size: 22px;
    font-weight: 400;
}
.pricetimeInfo:nth-of-type(2) {
    margin-right: 0;
}
.pricetimeInfo {
    position: relative;
}
.pricetimeInfo:nth-of-type(1):before {
    content: '';
    position: absolute;
    right: -10px;
    top: -30px;
    background-size: contain;
    width: 62px;
    height: 57px;
}


.block14 {
    width: 100%;
    height: 300px;
    background: url(../img/3.png) no-repeat center;
    background-size: cover;
    color: #000000;
    margin-bottom: 50px;
}
.blk14Hd {
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    padding: 17px 0;
}

.ann {
    float: right;
    margin-top: 35px;
}
.fixMenu.show .ann {
    font-size: 20px;
    margin-top: 20px
}
.fixMenu.show .phoneHd {
    margin-top: 5px;
}




.block19 {
    width: 100%;
    height: 694px;
    background: url(../img/block19back.jpg) no-repeat center;
    background-size: cover;
    color: #000000;
}
.blk19Hd {
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    padding-top: 65px;
    padding-bottom: 40px;
}
.blk19Hd p {
    font-size: 74px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.block19 .text {

font-size: 22px;
    font-weight: 300;
    color: #585656;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 20px;
    line-height: 1.5;

.block19 p span {
    font-size: 36px;
    color: #fff;
    display: block;


}
.block19 .btncolor {
    width: 255px;
    padding: 12px 0;
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
    color: #000;
}